type github.com/google/go-cmp/cmp.formatOptions

20 uses

	github.com/google/go-cmp/cmp (current package)
		report.go#L45: 	text := formatOptions{}.FormatDiff(r.root, ptrs)
		report_compare.go#L36: type formatOptions struct {
		report_compare.go#L56: func (opts formatOptions) WithDiffMode(d diffMode) formatOptions {
		report_compare.go#L60: func (opts formatOptions) WithTypeMode(t typeMode) formatOptions {
		report_compare.go#L64: func (opts formatOptions) WithVerbosity(level int) formatOptions {
		report_compare.go#L69: func (opts formatOptions) verbosity() uint {
		report_compare.go#L84: func verbosityPreset(opts formatOptions, i int) formatOptions {
		report_compare.go#L98: func (opts formatOptions) FormatDiff(v *valueNode, ptrs *pointerReferences) (out textNode) {
		report_compare.go#L204: func (opts formatOptions) formatDiffList(recs []reportRecord, k reflect.Kind, ptrs *pointerReferences) textNode {
		report_reflect.go#L51: func (opts formatOptions) FormatType(t reflect.Type, s textNode) textNode {
		report_reflect.go#L114: func (opts formatOptions) FormatValue(v reflect.Value, parentKind reflect.Kind, ptrs *pointerReferences) (out textNode) {
		report_reflect.go#L314: func (opts formatOptions) formatString(prefix, s string) textNode {
		report_reflect.go#L360: 	var opts formatOptions
		report_slices.go#L22: func (opts formatOptions) CanFormatDiffSlice(v *valueNode) bool {
		report_slices.go#L90: func (opts formatOptions) FormatDiffSlice(v *valueNode) textNode {
		report_slices.go#L357: func (opts formatOptions) formatDiffSlice(